From 952125757787839bad89c8e7f661a962c9f9cbe4 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Mon, 17 Mar 2014 14:06:01 +0000 Subject: [PATCH] xen/xsm: flask: Add missing header in hooks.c nr_static_irqs and nr_irqs is defined in asm/irq.h (on both x86 and ARM). Include directly the header in hooks.c to avoid compilation failure on ARM. Signed-off-by: Julien Grall Acked-by: Daniel De Graaf Acked-by: Ian Campbell --- xen/xsm/flask/hooks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/xsm/flask/hooks.c b/xen/xsm/flask/hooks.c index 56c764549d..ba719de8bd 100644 --- a/xen/xsm/flask/hooks.c +++ b/xen/xsm/flask/hooks.c @@ -9,6 +9,7 @@ */ #include +#include #include #include #include -- 2.30.2